home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / var / lib / dpkg / info / brltty.prerm < prev    next >
Text File  |  2009-10-13  |  292b  |  17 lines

  1. #!/bin/sh
  2.  
  3. set -e
  4.  
  5. # Automatically added by dh_installinit
  6. if [ -x "/etc/init.d/brltty" ] && [ "$1" = remove ]; then
  7.     if [ -x "`which invoke-rc.d 2>/dev/null`" ]; then
  8.         invoke-rc.d brltty stop || exit $?
  9.     else
  10.         /etc/init.d/brltty stop || exit $?
  11.     fi
  12. fi
  13. # End automatically added section
  14.  
  15.  
  16.  
  17.